projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6843296
)
Simplify the last change.
author
Daiki Ueno
<ueno@unixuser.org>
Mon, 2 Jun 2008 05:26:26 +0000
(
05:26
+0000)
committer
Daiki Ueno
<ueno@unixuser.org>
Mon, 2 Jun 2008 05:26:26 +0000
(
05:26
+0000)
lisp/epa-file.el
patch
|
blob
|
history
diff --git
a/lisp/epa-file.el
b/lisp/epa-file.el
index 102e8fd7e49179a4af1f5646e9205b5911ce077e..f621a53e0f1ff4f3d46e83571297cb27f027e84c 100644
(file)
--- a/
lisp/epa-file.el
+++ b/
lisp/epa-file.el
@@
-183,8
+183,8
@@
(if (stringp start)
(epa-file--encode-coding-string start coding-system)
(unless start
- (setq start (point-min)
)
-
(setq
end (point-max)))
+ (setq start (point-min)
+
end (point-max)))
(epa-file--encode-coding-string (buffer-substring start end)
coding-system))
(if (or epa-file-select-keys